Skip to content

webrain: Add version 0.3.0 - #18455

Closed
prokopis3 wants to merge 3 commits into
ScoopInstaller:masterfrom
prokopis3:webrain
Closed

webrain: Add version 0.3.0#18455
prokopis3 wants to merge 3 commits into
ScoopInstaller:masterfrom
prokopis3:webrain

Conversation

@prokopis3

@prokopis3 prokopis3 commented Aug 4, 2026

Copy link
Copy Markdown

Closes #18454

Adds bucket/webrain.json — a portable, LLM-driven browser-automation & web-scraping MCP server (single self-contained webrain.exe, MIT).

  • Portable single binary; no installer, no runtime deps (browser engines downloaded on demand via webrain install).
  • bin shims webrain-windows.exewebrain.
  • checkver/autoupdate via GitHub releases (v$version asset naming).

Verified: scoop bucket add webrain https://github.com/prokopis3/scoop-webrain; scoop install webrain installs and webrain doctor runs (version 0.1.1, exit 0).

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Updates the Webrain Scoop manifest from version 0.2.0 to 0.3.0. The change updates the Windows 64-bit download URL, SHA-256 checksum, and package description. The executable alias, version checking, and autoupdate configuration remain defined.

Estimated code review effort: 1 (Trivial) | ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly identifies the manifest and the version update to 0.3.0.
Description check ✅ Passed The description explains the manifest, key features, issue link, and verification steps, but omits the template checklist confirmations.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot added not-meet-criteria This package doesn't fully meet the essential criteria to be accepted in Extras bucket. package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. labels Aug 4, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@bucket/webrain.json`:
- Line 3: Update the package-request process for the newly added manifest
represented by bucket/webrain.json: create a valid issue using the package
request form, then add that issue reference to the PR description and manifest
description. Confirm the project satisfies reasonable adoption, has a stable
non-pre-release release, and provides an English interface or documentation.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 0f3d1937-fcbe-4be3-8fdb-b7832cf29a66

📥 Commits

Reviewing files that changed from the base of the PR and between 5f5cd6b and 3dfc577.

📒 Files selected for processing (1)
  • bucket/webrain.json

Comment thread bucket/webrain.json
@prokopis3 prokopis3 changed the title webrain: add 0.1.1 webrain: add 0.2.0 Aug 4, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@bucket/webrain.json`:
- Around line 2-5: Do not merge or retain the new bucket manifest until
prokopis3/webrain meets the required 100-star adoption criterion; defer this
package submission and its manifest entry until the project has sufficient
GitHub adoption, while following the official Scoop contribution and manifest
requirements.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 93e7dbb8-115d-4b2f-a85a-32595324daba

📥 Commits

Reviewing files that changed from the base of the PR and between 3dfc577 and a39b8c2.

📒 Files selected for processing (1)
  • bucket/webrain.json

Comment thread bucket/webrain.json Outdated
Comment on lines +2 to +5
"version": "0.2.0",
"description": "Portable LLM-driven browser-automation & web-scraping MCP server",
"homepage": "https://github.com/prokopis3/webrain",
"license": "MIT",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟠 Major | 🏗️ Heavy lift

Do not merge this new manifest until the package acceptance criteria are met.

As of August 4, 2026, prokopis3/webrain has 0 GitHub stars. This does not meet the required 100-star adoption criterion for a new package. The project has a stable v0.2.0 release and English documentation, but the adoption criterion remains unmet. Follow the official Scoop contribution guidance and manifest documentation. (github.com)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/webrain.json` around lines 2 - 5, Do not merge or retain the new
bucket manifest until prokopis3/webrain meets the required 100-star adoption
criterion; defer this package submission and its manifest entry until the
project has sufficient GitHub adoption, while following the official Scoop
contribution and manifest requirements.

Sources: Path instructions, MCP tools

@prokopis3 prokopis3 changed the title webrain: add 0.2.0 webrain: add 0.3.0 Aug 4, 2026
@coderabbitai coderabbitai Bot removed package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. not-meet-criteria This package doesn't fully meet the essential criteria to be accepted in Extras bucket. labels Aug 4, 2026
@z-Fng z-Fng changed the title webrain: add 0.3.0 webrain: Add version 0.3.0 Aug 5, 2026
@z-Fng

z-Fng commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

#18454 (comment)

Thanks for your contribution! However, it appears that this package doesn't fully meet the essential criteria. Please feel free to reopen this PR once it fully meets the criteria, or consider creating your own bucket instead.

For a package to be acceptable in this bucket, it should be:

  1. Reasonably well-known and widely used. e.g. if it's a GitHub project, it should have at least 100 stars and/or 50 forks *
  2. English interface (or at least English documentation) *
  3. Latest stable version *
  4. Full version (i.e. not a trial version)
  5. Fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post install scripts)

@z-Fng z-Fng closed this Aug 5, 2026
@z-Fng z-Fng added the not-meet-criteria This package doesn't fully meet the essential criteria to be accepted in Extras bucket. label Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

not-meet-criteria This package doesn't fully meet the essential criteria to be accepted in Extras bucket.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: webrain

2 participants